@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}


/*全局样式*/

html,
body {
    width: 100%;
    margin: 0 auto;
}


/* html {
    font-size: 5.2083333333333vw;
}

@media (max-width:1199px) {
    html {
        font-size: 6.6vw;
    }
}

@media (max-width:767px) {
    html {
        font-size: 13.3vw;
    }
} */


/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}


/*原文件配置*/

body {
    color: #333;
    background: #ffffff;
    font: 16px/30px 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #004bb9;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}


/*原文件配置  end*/


/*横向居中*/

.te_c {
    text-align: center;
}


/*相对定位*/

.p_r {
    position: relative;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.header {
    background: url(../images/headbg.jpg)no-repeat center top;
    background-size: cover;
    overflow: hidden;
}

.top {
    font-size: 14px;
    margin-top: 10px;
}

.top .lang {
    height: 28px;
    background: rgba(255, 255, 255, .8);
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    padding-left: 10px;
    padding-right: 20px;
    margin-right: 20px;
}
.top .lang .pic{
    margin-right: 10px;
}
.top .lang::after {
    content: '';
    position: absolute;
    right: 8px;
    top: 50%;
    width: 8px;
    height: 8px;
    background: url(../images/arrow.svg)no-repeat center;
    background-size: 100%;
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
}
.lang-con{
    position: absolute;
    left: 0;
    width: 100%;
    top: 28px;
   padding-top:2px;
     display: none;
     z-index: 9;
    
    overflow: hidden;
}
.lang-con a{
     padding:0 10px;
     background: rgba(255, 255, 255, .8);
      border-radius: 5px;
}
.lang-con img{
    margin-right: 10px;
}
.top .lang:hover .lang-con{
    display: block;
}
.top .home {
    background: url(../images/home.png)no-repeat left center;
    padding-left: 25px;
    margin-right: 20px;
    color: #FFF;
}
.top .collect {
    background: url(../images/collect.png)no-repeat left center;
    padding-left: 25px;
    margin-right: 20px;
    color: #FFF;
}
.top .download {
    background: url(../images/download.png)no-repeat left center;
    padding-left: 25px;
    margin-right: 20px;
    color: #FFF;
}

.top .sc {
    background: url(../images/sc.png)no-repeat left center;
    padding-left: 25px;
    color: #FFF;
}

.header .logo {
    margin-top: 35px;
}

.header .nav-con {
    margin-top: 55px;
    background-color: rgba(0, 75, 185, .55);
    overflow: hidden;
}

.header .nav-con .nav {
    border-bottom: 1px rgba(255, 255, 255, .2) solid;
    line-height: 70px;
    font-size: 20px;
}

.header .nav-con .nav li {
    margin-left: 30px;
    padding: 0 10px;
}

.header .nav-con .nav li a {
    color: #FFF;
}

.header .nav-con .nav li a:hover {
    opacity: .8;
}

.header .nav-con .nav .on::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background-color: #008ffa;
}

.header .search-con {
    height: 80px;
}

.header .search-con .search {
    width: 740px;
    height: 50px;
    background-color: #FFF;
}

.header .search-con .search input[type='text'] {
    background: url(../images/search.png)no-repeat 20px center;
    padding-left: 50px;
    font-size: 16px;
}

.header .search-con .search input[type='submit'] {
    width: 110px;
    background-color: #008ffa;
    color: #FFF;
    font-size: 16px;
}

.link-con {
    background-color: #156fd5;
    width: 100%;
    height: 70px;
}

.link-con .title {
    background: url(../images/link.png)no-repeat left center;
    padding-left: 30px;
    font-size: 18px;
    line-height: 70px;
    color: #FFF;
    font-weight: bold;
}

.link-con .cn {
    color: #FFF;
    text-decoration: underline;
}

.link-con .cn:hover {
    opacity: .8;
}

.link-con dl {
    width: 192px;
    height: 34px;
    background-color: #2b87f0;
    cursor: pointer;
}

.link-con dl dt {
    line-height: 34px;
    padding-left: 15px;
    color: #FFF;
}

.link-con dl dt::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 10px;
    width: 8px;
    height: 8px;
    border-right: 2px #FFF solid;
    border-bottom: 2px #FFF solid;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.link-con dl dd {
    background-color: #2b87f0;
    line-height: 34px;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 34px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    z-index: 10;
    font-size: 14px;
}

.link-con dl dd a {
    padding-left: 15px;
    color: #FFF;
}

.link-con dl dd a:hover {
    opacity: .8;
}

.link-con dl:hover dd {
    display: block;
}

.footer {
    padding: 20px 0;
    color: #666;
}

.footer a {
    color: #666;
}

.footer a:hover {
    color: #2b87f0;
}

.footer .an a {
    margin-right: 20px;
}

.footer .copyright {
    margin-top: 20px;
}

.footer .f-nav a {
    margin: 0 10px;
}

.home-notice .title {
    line-height: 70px;
    font-size: 18px;
    color: #004bb9;
    font-weight: bold;
    width: 100px;
    margin-right: 20px;
}

.home-notice .title::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: #e5e5e5;
}

.pub-more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    font-size: 14px;
    color: #666;
    padding-right: 15px;
}

.pub-more::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 5px transparent solid;
    border-bottom: 5px transparent solid;
    border-left: 5px #484848 solid;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-notice .con {
    min-width: 0;
    overflow: hidden;
    margin-right: 60px;
}

.home-notice .con li {
    line-height: 70px;
    width: 50%;
}

.home-bg {
    overflow: hidden;
    background-color: #f0f6f9;
    padding-top: 20px;
    padding-bottom: 20px;
}

.l-con {
    width: 580px;
}

.focus {
    width: 100%;
    height: 340px;
    overflow: hidden;
}

.focus .swiper-slide {
    overflow: hidden;
    height: 340px;
}

.focus .swiper-slide .text {
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 50px;
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    padding-left: 15px;
    padding-right: 50px;
    color: #FFF;
}

.focus .swiper-pagination {
    bottom: 10px;
    right: 0;
    width: auto;
}

.focus .swiper-pagination-bullet {
    margin-right: 10px !important;
    background-color: #FFF;
    opacity: 1;
}

.focus .swiper-pagination-bullet-active {
    background-color: #004bb9;
}

.home-news-con {
    background-color: #FFF;
    padding-top: 20px;
    padding-bottom: 10px;
}

.home-news-con .tabs {
    border-bottom: 1px #e5e5e5 solid;
    line-height: 50px;
}

.home-news-con .tabs .tit {
    font-size: 20px;
    margin-right: 20px;
    padding-left: 10px;
    cursor: pointer;
    font-weight: bold;
    color: #959595;
}

.home-news-con .tabs .icon {
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 5px;
}

.home-news-con .tabs .tit:nth-child(1) .icon {
    background-image: url(../images/icon1.png);
}

.home-news-con .tabs .tit:nth-child(2) .icon {
    background-image: url(../images/icon2.png);
}

.home-news-con .tabs .pub-more {
    display: none;
    margin-right: 10px;
    font-weight: normal;
}

.home-news-con .tabs .on {
    color: #004bb9;
}

.home-news-con .tabs .on .tit-line::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background-color: #004bb9;
}

.home-news-con .tabs .tit:nth-child(1).on .icon {
    background-image: url(../images/icon1-on.png);
}

.home-news-con .tabs .tit:nth-child(2).on .icon {
    background-image: url(../images/icon2-on.png);
}

.home-news-con .tabs .on .pub-more {
    display: block;
}

.home-news-con li {
    line-height: 50px;
    padding-left: 30px;
    padding-right: 10px;
}

.home-news-con li::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 6px;
    height: 6px;
    border: 1px #004bb9 solid;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-news-con li::after {
    content: '';
    position: absolute;
    left: 30px;
    bottom: 0;
    right: 0;
    height: 1px;
    border-top: 1px dotted #d2d2d2;
}

.home-news-con li a {
    min-width: 0;
    margin-right: 20px;
}

.home-news-con li .date {
    color: #8d8d8d;
}

.home-news-con li:last-child::after {
    display: none;
}

.home-title {
    line-height: 50px;
    height: 50px;
    border-bottom: 1px #e5e5e5 solid;
    font-size: 20px;
    font-weight: bold;
    color: #004bb9;
}

.home-title .icon {
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 5px;
}

.home-title .tit-line {
    padding-left: 5px;
}

.home-title .tit-line::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background-color: #004bb9;
}

.home-title .pub-more {
    font-weight: normal;
}

.home-special {
    margin-top: 20px;
    padding-top: 20px;
    background-color: #FFF;
}

.home-special .content {
    padding: 10px 20px 20px;
}

.home-special .content a {
    width: 263px;
    height: 84px;
    margin-top: 15px;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.home-special .content a:nth-child(even) {
    margin-right: 0;
}

.r-con {
    width: 580px;
}

.home-yanjiu li {
    line-height: 50px;
    padding-left: 30px;
    padding-right: 10px;
}

.home-yanjiu li::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 6px;
    height: 6px;
    border: 1px #004bb9 solid;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-yanjiu li::after {
    content: '';
    position: absolute;
    left: 30px;
    bottom: 0;
    right: 0;
    height: 1px;
    border-top: 1px dotted #d2d2d2;
}

.home-yanjiu li a {
    min-width: 0;
    margin-right: 20px;
}

.home-yanjiu li .date {
    color: #8d8d8d;
}

.home-yanjiu li:last-child::after {
    display: none;
}

.home-chengguo {
    margin-top: 20px;
}

.home-chengguo .item {
    margin-top: 35px;
}

.home-chengguo .icon1 {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #004bb9;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 5px;
}

.home-chengguo .item:nth-child(1) .icon1 {
    background-image: url(../images/y1.png);
}

.home-chengguo .item:nth-child(2) .icon1 {
    background-image: url(../images/y2.png);
    background-color: #156fd5;
}

.home-chengguo .item:nth-child(3) .icon1 {
    background-image: url(../images/y3.png);
    background-color: #2996fa;
}

.home-chengguo .item:nth-child(4) .icon1 {
    background-image: url(../images/y4.png);
    background-color: #83baf2;
}

.home-chengguo .item:nth-child(5) .icon1 {
    background-image: url(../images/y5.png);
    background-color: #a2d1f4;
}

.home-zdcg {
    margin-top: 40px;
}

.home-zdcg .title {
    font-size: 20px;
    font-weight: bold;
    color: #004bb9;
}

.home-zdcg .content {
    margin-top: 30px;
    padding-bottom: 60px;
}

.home-zdcg .swiper-slide {
    overflow: hidden;
    background-color: #FFF;
    padding: 10px;
}

.home-zdcg .pic {
    width: 110px;
    height: 158px;
    overflow: hidden;
    margin-left: 10px;
}

.home-zdcg .date {
    font-size: 14px;
    color: #474747;
}

.home-zdcg .tit {
    margin-top: 5px;
    line-height: 1.6;
    font-weight: bold;
}

.home-zdcg .swiper-button-prev,
.home-zdcg .swiper-button-next {
    top: auto;
    margin-top: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background-color: #156fd5;
    background-size: 12px;
}

.home-zdcg .swiper-button-prev {
    left: 245px;
}

.home-zdcg .swiper-button-next {
    right: 245px;
}

.home-hezuo {
    margin-top: 20px;
    background-color: #FFF;
    padding-top: 10px;
}

.home-hezuo .home-title .pub-more {
    right: 15px;
}

.home-hezuo .parHd {
    margin-left: 60px;
}

.home-hezuo .parHd li {
    font-size: 16px;
    font-weight: normal;
    margin-right: 20px;
    color: #363636;
    cursor: pointer;
}

.home-hezuo .parHd li.on {
    color: #004bb9;
}

.home-hezuo .parBd {
    padding: 20px;
}

.home-hezuo .slideBox {
    overflow: hidden;
}

.home-hezuo .parBd li {
    width: 180px;
    height: 82px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px #dcdcdc solid;
    overflow: hidden;
    margin-right: 20px;
    float: left;
}

.home-hezuo .parBd li .pic {
    width: 100%;
    height: 100%;
}

.home-hezuo .parBd li img {
    max-width: 100%;
    max-height: 100%;
}

.crumb {
    margin-top: 20px;
    background-color: #f3f3f3;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    padding-left: 20px;
    font-size: 0;
}

.crumb a {
    font-size: 16px;
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
}

.crumb a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background-color: #6c6c6c;
}

.crumb a:last-child::after {
    display: none;
}

.pub-b {
    padding-bottom: 20px;
}


/* 学院简介 */

.introduction {
    background: url(../images/bg1.jpg)no-repeat center bottom;
    padding-bottom: 20px;
}

.introduction .content {
    margin-top: 20px;
}

.introduction .text-con {
    border-left: 1px #dcdcdc solid;
    padding-left: 50px;
}

.introduction .text-con .title {
    font-size: 30px;
    font-weight: bold;
    margin-top: 80px;
}

.introduction .text-con .title::after {
    content: '';
    position: absolute;
    left: -52px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 4px;
    height: 30px;
    background-color: #0448aa;
}

.introduction .text-con .text p {
    margin-top: 35px;
}

.introduction .title-con {
    width: 415px;
    padding-top: 115px;
}

.introduction .title-con::after {
    content: '';
    position: absolute;
    left: 0;
    top: 30px;
    width: 630px;
    height: 1px;
    background-color: #dcdcdc;
}

.introduction .title-con .title {
    font-size: 34px;
}

.introduction .title-con .full {
    font-size: 24px;
    margin-left: -10px;
    margin-top: 20px;
}

.introduction .title-con .en {
    font-size: 17px;
    color: #908a87;
    margin-top: 40px;
    margin-bottom: 80px;
}

.introduction .title-con .en p {
    font-size: 14px;
}

.introduction .title-con .txt-year {
    margin-top: 40px;
}

.introduction .title-con .txt-year .year {
    margin-bottom: 30px;
    margin-top: 15px;
}



.introduction .title-con .txt-year .year span {
    font-size: 38px;
    font-weight: bold;
    color: #5db456;
}

.introduction .title-con .txt-year:nth-child(even) .year span {
    color: #b45681;
}

.introduction .title-con .txt-year:last-child {
    margin-top: 0;
}

.introduction .title-con .txt-year:last-child .year span {
    color: #0448aa;
}


/* 现任领导 */

.leader {
    margin-bottom: 70px;
}

.leader .title {
    font-size: 30px;
    font-weight: bold;
    margin-top: 40px;
}

.leader .item {
    width: 49%;
    margin-right: 2%;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    margin-top: 40px;
    margin-bottom: 30px;
}

.leader .item .line {
    width: 54px;
    height: 560px;
    background: url(../images/line.jpg)no-repeat left top;
    background-size: cover;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.leader .item:nth-child(even),
.leader .item:last-child {
    margin-right: 0;
}

.leader .item .text-con {
    padding: 25px 25px 0 25px;
}

.leader .item .pic {
    width: 200px;
    height: 270px;
    overflow: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-right: 30px;
}

.leader .item .name {
    margin-top: 20px;
}

.leader .item .name span {
    font-size: 26px;
    margin-right: 10px;
    font-weight: bold;
}

.leader .item .des {
    margin-top: 20px;
    color: #5c5c5c;
}

.leader .item .con {
    padding-left: 25px;
    padding-right: 25px;
    overflow: hidden;
}

.leader .item .txt {
    margin-top: 20px;
    padding-left: 20px;
}

.leader .item .txt strong::after {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px #004bb9 solid;
}


/* 组织机构 */

.jigou-con .title {
    font-size: 30px;
    font-weight: bold;
}

.jigou-con .jigou {
    margin-top: 50px;
}

.jigou-con .jigou .info {
    margin-top: 30px;
}

.jigou-con .jigou .info p {
    margin-bottom: 50px;
}

.jigou-con .guanli {
    margin-top: 80px;
}

.jigou-con .guanli .card {
    margin-top: 30px;
    width: 49%;
    margin-right: 2%;
    border-top: 5px #0348aa solid;
    background-color: #f9fbfc;
    padding: 20px;
}

.jigou-con .guanli .card::after {
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    height: 5px;
    width: 180px;
    background-color: #8bcfff;
}

.jigou-con .guanli .card:nth-child(even) {
    margin-right: 0;
}

.jigou-con .guanli .card .tit {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.jigou-con .yanjiu {
    margin-top: 80px;
}

.jigou-con .yanjiu .text-con {
    width: 49%;
    margin-right: 2%;
    margin-top: 40px;
    background-color: #f9fbfc;
    border-top: 5px #0348aa solid;
    padding: 20px;
}

.jigou-con .yanjiu .text-con:nth-child(even) {
    margin-right: 0;
}

.jigou-con .yanjiu .text-con .tit {
    font-size: 24px;
    font-weight: bold;
}

.jigou-con .yanjiu .text-con .des {
    margin-top: 10px;
}


/* 研究团队 */

.submenu {
    border-bottom: 1px #dcdcdc solid;
    font-size: 24px;
    line-height: 60px;
    margin-top: 40px;
}

.submenu a {
    margin-right: 50px;
}

.submenu a:last-child {
    margin-right: 0;
}

.submenu a.on {
    color: #004bb9;
    font-size: 26px;
    font-weight: bold;
}

.submenu a.on::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 55px;
    height: 5px;
    background-color: #004bb9;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.submenu a.on::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 4px;
    width: 0;
    height: 0;
    border-left: 7px transparent solid;
    border-right: 7px transparent solid;
    border-bottom: 7px #004bb9 solid;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.team,
.team-details {
    background: url(../images/bg2.jpg) no-repeat center bottom;
    padding-bottom: 90px;
}

.team .content {
    background: url(../images/bg3.jpg)no-repeat center;
}

.team .item {
    margin-top: 60px;
    width: 23%;
    margin-right: 2.5%;
}

.team .item:nth-of-type(4n) {
    margin-right: 0;
}

.team .item .pic {
    width: 100%;
    overflow: hidden;
    height: 370px;
}

.team .item .name {
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
}
.team .item .name span{
    font-weight: normal;
    font-size: 16px;
}
.team .item .des {
    margin-top: 15px;
    color: #666;
    line-height: 1.6;
}

.team .item:hover .pic img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.team-details .content {
    margin-top: 50px;
}
.team-details .pic-con{
     width: 280px;
      margin-right: 30px;
}
.team-details .pic {
   width: 100%
    margin-left: 20px;
    margin-top: 20px;
    z-index: 2;
   
}

.team-details .pic img {
    width: 100%;
}

.team-details .pic::after {
    content: '';
    position: absolute;
    left: -20px;
    top: -20px;
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    width: 230px;
    height: 300px;
    z-index: -1;
    background-color: #004bb9;
}
.team-details .pic-con .name{
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}
.team-details .pic-con .info{
    margin-top: 15px;
}
.team-details .content {
    background: url(../images/bg3.jpg)no-repeat right center;
}

.team-details .body {
    border-left: 1px #dcdcdc solid;
    padding-left: 30px;
    padding-top: 20px;
}

.team-details .body .item {
    margin-bottom: 60px;
}

.team-details .body .item:last-child {
    margin-bottom: 0;
}

.team-details .body .title {
    width: 160px;
    height: 40px;
    background: url(../images/titbg.png)no-repeat left bottom;
    font-size: 17px;
    padding-left: 10px;
    color: #FFF;
}

.team-details .body .title .icon {
    width: 25px;
    margin-right: 5px;
}

.team-details .body .text {
    margin-top: 20px;
}


/* 通用详情 */

.details {
    margin-top: 20px;
    margin-bottom: 40px;
}

.details h1 {
    font-size: 26px;
}

.details .info {
    border-bottom: 3px #004bb9 solid;
    padding-bottom: 30px;
    margin-top: 20px;
}

.details .body {
    border-top: 2px dotted #004bb9;
    margin-top: 5px;
    padding: 30px 0;
    color: #4a4a4a;
}

.details .body p {
    text-indent: 32px;
    margin-top: 20px;
}

.details .body img {
    max-width: 100%;
}

.details .prev-next {
    background-color: #ebf2fa;
    line-height: 50px;
    overflow: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-top: 40px;
    padding: 0 15px;
}

.details .prev-next a {
    max-width: 48%;
}


/* 学术交流 */

.xueshu {
    background: url(../images/bg3.jpg)no-repeat center;
    padding-bottom: 40px;
    margin-top: 20px;
}

.xueshu .item {
    z-index: 10;
    padding: 30px 180px 30px 40px;
}

.xueshu .item::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    border-bottom: 2px dotted #c9c9c9;
    z-index: -1;
}

.xueshu .item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 30px;
    width: 20px;
    height: 31px;
    background: url(../images/icon.png)no-repeat left top;
    z-index: 9;
}

.xueshu .item .tit {
    font-size: 18px;
    font-weight: 550;
}

.xueshu .item .des {
    font-size: 14px;
    margin-top: 10px;
    color: #999;
    line-height: 1.6;
}

.xueshu .item .date {
    font-size: 14px;
    color: #999;
}

.xueshu .item .arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: url(../images/arrow1.png)no-repeat center;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.xueshu .item:hover::after {
    left: -20px;
    top: -2px;
    bottom: 0px;
    right: -20px;
    background-color: #FFF;
    z-index: -1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    width: auto;
    border: 0;
}

.xueshu .item:hover .arrow {
    right: 20px;
    background-image: url(../images/arrow2.png);
}


/* 领导讲话 */

.jianghua {
    background: url(../images/bg3.jpg)no-repeat center;
    padding-bottom: 40px;
    margin-top: 20px;
}

.sidebar {
    width: 285px;
    margin-right: 50px;
}

.sidebar .title {
    height: 62px;
    width: 100%;
    background: url(../images/tbg2.png)no-repeat left center;
    color: #FFF;
    padding-left: 25px;
    font-size: 24px;
    font-weight: bold;
    line-height: 62px;
}

.sidebar ul {
    background: #effaff url(../images/tbg1.jpg)no-repeat left bottom;
    padding-bottom: 160px;
    border-top: 4px #1eb2ff solid;
    border-bottom: 4px #50c4cc solid;
    padding-left: 25px;
}

.sidebar li {
    padding-left: 35px;
    background: url(../images/dot1.png)no-repeat left 25px;
}

.sidebar li>a {
    line-height: 60px;
    border-bottom: 1px #d5e1ed solid;
    font-size: 20px;
}

.sidebar li:hover,
.sidebar li.active,.sidebar li.on {
    background-image: url(../images/dot2.png);
}

.sidebar .sub {
    line-height: 50px;
    display: none;
}

.sidebar .sub a {
    padding-left: 15px;
}

.sidebar .sub a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 22px;
    width: 6px;
    height: 6px;
    border-right: 1px #515151 solid;
    border-top: 1px #515151 solid;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.sidebar .sub a:hover,
.sidebar .sub a.on {
    color: #0348aa;
}

.sidebar .sub a:hover::after,
.sidebar .sub a.on::after {
    border-right: 1px #0348aa solid;
    border-top: 1px #0348aa solid;
}

.sidebar li.active .sub {
    display: block;
}

.sidebar li.active>a,.sidebar li.on>a {
    color: #004bb9;
    font-weight: bold;
}

.jianghua .item {
    z-index: 10;
    padding: 30px 180px 30px 40px;
}

.jianghua .item::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    border-bottom: 2px dotted #c9c9c9;
    z-index: -1;
}

.jianghua .item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 30px;
    width: 20px;
    height: 31px;
    background: url(../images/icon.png)no-repeat left top;
    z-index: 9;
}

.jianghua .item .tit {
    font-size: 18px;
    font-weight: 550;
}

.jianghua .item .des {
    font-size: 14px;
    margin-top: 10px;
    color: #999;
    line-height: 1.6;
}

.jianghua .item .date {
    font-size: 14px;
    color: #999;
}

.jianghua .item .arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: url(../images/arrow1.png)no-repeat center;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.jianghua .item:hover::after {
    left: -20px;
    top: -2px;
    bottom: 0px;
    right: -20px;
    background-color: #FFF;
    z-index: -1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    width: auto;
    border: 0;
}

.jianghua .item:hover .arrow {
    right: 20px;
    background-image: url(../images/arrow2.png);
}


/* 文化建设 */

.whua {
    background: url(../images/bg3.jpg)no-repeat center bottom;
    margin-top: 20px;
    padding-bottom: 40px;
}

.whua .tit {
    font-size: 30px;
    font-weight: bold;
    border-bottom: 1px #dadada solid;
    line-height: 60px;
}

.whua .tit span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background-color: #0549ab;
}

.photo li {
    width: 49%;
    margin-right: 2%;
    margin-top: 20px;
    cursor: pointer;
}
.photo li .pic{
    width: 100%;
    height: 305px;
    overflow: hidden;
}
.photo li:nth-of-type(2n) {
    margin-right: 0;
}

.whua .text-list .item {
    margin-top: 60px;
}

.whua .text-list .title {
    font-size: 24px;
    font-weight: bold;
}

.whua .text-list .name {
    margin-top: 10px;
    font-size: 18px;
}

.whua .text-list .text {
    font-size: 18px;
    margin-top: 20px;
}

.loading{
    margin-top: 40px;
    margin-bottom: 40px;
}
.loading a{
    padding-left: 30px;line-height: 20px;height: 20px
}
.loading a:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background:url(../images/qiu.png)no-repeat center;
     animation: 100s linear infinite qiu;
    -webkit-animation: 100s linear infinite qiu;
}
/*
@keyframes qiu {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}*/

.page{
    margin-top: 40px;
    margin-bottom: 70px;
}
.page a{
    line-height: 35px;
    padding:0 10px;
    border:1px #ccc solid;
    margin: 0 5px
}
.page .active a{
    background-color: #004bb9;color: #FFF;border-color: #004bb9
}


.us {
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 20px 20px 20px 90px;
    margin-top: 60px;
    height: 373px;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.us::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 54px;
    height: 100%;
    background: url(../images/tbg3.png)no-repeat center;
    background-size: cover;
}

.us .title {
    font-size: 24px;
}

.us .text {
    font-size: 18px;
    color: #666;
    line-height: 2;
    margin-top: 20px;
}

.form-content {
    margin-top: 30px;
    margin-bottom: 40px;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 20px 0;
}

.form-content .title {
    font-size: 24px;
    border-bottom: 1px #ececec solid;
    padding-left: 20px;
    font-weight: bold;
}

.form-content .title span {
    padding-bottom: 20px;
}

.form-content .title span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 4px;
    background-color: #0078de;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.form-content .group-con {
    padding: 0 20px;
}

.form-content .group {
    margin-right: 60px;
    margin-top: 20px;
    width: 48%;
    margin-right: 4%;
}

.form-content .group:last-child {
    margin-right: 0;
}

.form-content .tit {
    font-size: 18px;
    line-height: 50px;
    margin-right: 20px;
    width: 90px;
}

.form-content .tit::before {
    content: '*';
    color: #ff3a3a;
}

.form-content .group input[type='text'],
.form-content select,
.form-content .code {
    width: 100%;
    height: 50px;
    border: 1px #dfdfdf solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 0 15px;
}
.form-content .code{
    padding-right: 0;
}
.form-content textarea {
    width: 100%;
    height: 125px;
    border: 1px #dfdfdf solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 15px;
}

.form-content .code {
    overflow: hidden;
}

.form-content .code input[type='text'] {
    border: 0;
    padding: 0;
    margin-right: 10px;
}

.form-content .code img {
    max-height: 50px;
}

.form-content .submit {
    padding-left: 110px;
    margin-top: 20px;
}

.form-content .submit input {
    background-color: #0078de;
    width: 150px;
    height: 60px;
    color: #FFF;
    font-size: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.form-content .text {
    padding-left: 110px;
    font-size: 14px;
    color: #666;
    margin-top: 20px;
}

 .InFixUl {
            position: fixed;
            bottom: 200px;
            /*margin-top:-164px;*/
            right: 1px;
            width: 38px;
            z-index: 99999999
        }
        
        .InFixUl>li {
            position: relative;
            float: left;
            margin-top: 1px;
            width: 37px;
            height: 40px;
            background: rgba(0, 0, 0, .7)
        }
        
        .InFixUl>li.InFixUl_mor {
            background: rgba(215, 4, 22, .7);
            cursor: pointer
        }
        
        .InFixUl>li a {
            display: block;
            width: 100%;
            height: 100%;
            background: url("../images/W020190807398617193483.png") no-repeat
        }
        
        .InFixUl>li:first-child a {
            background-position: 6px -78px
        }
        
        .InFixUl>li:first-child+li a {
            background-position: -34px -78px
        }
        
        .InFixUl>li:first-child+li+li a {
            background-position: -113px -78px
        }
        
        .InFixUl>li:first-child+li+li+li a {
            background-position: -153px -78px
        }
        
        .InFixUl>li.InFixUl_mob a {
            background-position: -76px -78px
        }
        
        .InFixUl>li.InFixUl_weC a {
            background-position: -34px -111px
        }
        .InFixUl>li.InFixUl_weC2 a {
            background-position: -74px -80px
        }
        
        
        .InFixUl>li.InFixUl_aiP a {
            background-position: 6px -110px
        }
        
        .InFixUl>li.InFixUl_mor a {
            background-position: -74px -111px
        }
        
        .InFixUl>li p {
            position: absolute;
            top: 0px;
            right: 38px;
            width: 0;
            height: 40px;
            background: rgba(0, 0, 0, .6);
            color: #fff;
            line-height: 40px;
            text-align: center;
            font-size: 16px;
            overflow: hidden
        }
        
        .InFixUl>li:hover p {
            width: 186px;
            transition: all .2s ease-out 0s
        }
        
        .InFixUlMax_wm,
        .InFixUl_wm {
            position: relative
        }
        
        .InFixUl_wm div {
            display: none;
            position: absolute;
            right: 37px;
            top: -38px;
            width: 124px;
            height: 114px;
            background: url("../images/201603/W020190807398617155888.png") no-repeat
        }
        
        .InFixUlMax_wm div {
            display: none;
            position: absolute;
            right: 84px;
            top: -13px;
            width: 124px;
            height: 114px;
            background: url("../images/W020190807398617155888.png") no-repeat
        }
        
        .InFixUlMax_wm div>img,
        .InFixUl_wm div>img {
            margin-left: 2px;
            margin-top: 2px;
            width: 111px;
            height: 110px
        }
        
        .InFixUlMax {
            position: fixed;
            /*top:50%;margin-top:-318px;*/
            bottom: 0px;
            right: 1px;
            width: 88px;
            z-index: 99999999
        }
        
        .InFixUlMax>li {
            float: left;
            margin-top: 1px;
            width: 88px;
            background: rgba(0, 0, 0, .7)
        }
        
        .InFixUlMax>li>a {
            display: block;
            margin: 15px auto 0;
            width: 38px;
            height: 38px;
            overflow: hidden;
            background: url("../images/W020190807398617193483.png") no-repeat
        }
        
        .InFixUlMax>li:first-child>a {
            background-position: 2px -146px
        }
        
        .InFixUlMax>li:first-child+li>a {
            background-position: -89px -146px
        }
        
        .InFixUlMax>li:first-child+li+li>a {
            background-position: -45px -146px
        }
        
        .InFixUlMax>li:first-child+li+li+li>a {
            background-position: -133px -146px
        }
        
        .InFixUlMax>li.InFixUlMax_mob a {
            background-position: -1px -188px
        }
        
        .InFixUlMax>li.InFixUlMax_weC a {
            background-position: -43px -188px
        }
        
        .InFixUlMax>li.InFixUlMax_aiP a {
            background-position: -90px -190px
        }
        
        .InFixUlMax>li.InFixUlMax_mor {
            height: 35px;
            background: rgba(215, 4, 22, .7);
            cursor: pointer
        }
        
        .InFixUlMax>li.InFixUlMax_mor a {
            margin-top: 6px;
            height: 30px;
            width: 55px;
            color: #fff;
            background-position: -130px -195px
        }
        
        .InFixUlMax>li p,
        .InFixUlMax>li p>a {
            display: block;
            text-align: center;
            line-height: 1.5em;
            color: #fff;
            width: 100%;
            font-size: 14px;
            margin: 0;
            cursor: default;
        }
        
        .InFixUlMax>li p>a:hover {color: #fff;}
        .InFixUlMax_wm:hover>div{display:block}
        .InFixUl_wm:hover div{display:block}
         